Add some missing annotations
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Jan 2013 23:23:25 +0000 (18:23 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 21 Jan 2013 23:23:25 +0000 (18:23 -0500)
gtk/gtkplacessidebar.c

index a0a1ed9915ed456db3f95e115126d8bead05a7fc..e0b3236e90f0eb447835367165529d0b4667ae0e 100644 (file)
@@ -3927,7 +3927,7 @@ gtk_places_sidebar_get_open_flags (GtkPlacesSidebar *sidebar)
 /**
  * gtk_places_sidebar_set_location:
  * @sidebar: a places sidebar
- * @location: location to select, or #NULL for no current path
+ * @location: (allow-none): location to select, or #NULL for no current path
  *
  * Sets the location that is being shown in the widgets surrounding the
  * @sidebar, for example, in a folder view in a file manager.  In turn, the
@@ -3992,7 +3992,7 @@ gtk_places_sidebar_set_location (GtkPlacesSidebar *sidebar, GFile *location)
  * function to get the location that is being referred to during the callbacks
  * for your menu items.
  *
- * Returns: a GFile with the selected location, or #NULL if nothing is visually
+ * Returns: (transfer full): a GFile with the selected location, or #NULL if nothing is visually
  * selected.
  *
  * Since: 3.8